icon-helper: add GtkIconHelper private object
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 30 Nov 2011 03:26:19 +0000 (22:26 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 30 Nov 2011 21:39:59 +0000 (16:39 -0500)
commitb5d8d2c4a8cf2255cd16ba4e33365cc61c39a164
tree7bb4ac8ac78cfd2ebfe5761e99ce8356cb4ba8a5
parentd462f86aad94a3c5fbd9377a6ea57f731f4d0c0b
icon-helper: add GtkIconHelper private object

GtkIconHelper is a helper object to easily obtain a pixbuf from
different icon sources (e.g. a GIcon, an icon name, a stock id, ...).

Code is ported from GtkImage, which will be adapted in the next commit.
gtk/Makefile.am
gtk/gtkiconhelper.c [new file with mode: 0644]
gtk/gtkiconhelperprivate.h [new file with mode: 0644]